Method Get<TProps>(long, Guid)
Get WHOLE RedbObject from cache with hash validation.
public RedbObject<TProps>? Get<TProps>(long objectId, Guid currentHash) where TProps : class, new()
Get WHOLE RedbObject from cache with hash validation.
public RedbObject<TProps>? Get<TProps>(long objectId, Guid currentHash) where TProps : class, new()